Click or drag to resize

OutOfOfficeState Enumeration

Contains the user's Out of Office (OOF) state.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum OutOfOfficeState
Members
  Member nameValueDescription
Disabled0 Indicates that the OOF status is set to Disabled.
Enabled1 Indicates that the OOF status is set to Enabled.
Scheduled2 Indicates that the OOF status is set to Enabled during a time period identified by the Duration (UserOofSettings) element.
See Also